Create .travis.yml
authorGPSBabel <gpsbabel@users.noreply.github.com>
Fri, 31 Jul 2015 23:30:46 +0000 (18:30 -0500)
committerGPSBabel <gpsbabel@users.noreply.github.com>
Fri, 31 Jul 2015 23:30:46 +0000 (18:30 -0500)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..3231831
--- /dev/null
@@ -0,0 +1,10 @@
+language: cpp
+compiler:
+  - gcc
+  - clang
+before_install:
+  - sudo apt-get update -qq
+  - sudo apt-get install -y valgrind
+script:
+ - cd gpsbabel ; ./configure && make -j3  && bash ./testo  && bash ./vtesto
+# TODO: build doc, GUI, mac